Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Sep 2005 17:53:21 +0000 (17:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Sep 2005 17:53:21 +0000 (17:53 +0000)
2005-09-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_class_init):
(gtk_icon_view_get_dest_item_at_pos):  Fix typos in the
docs.  (#316008, #316027, #316121, Guillaume Cottenceau)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkiconview.c

index aa0e6eb5fe899faaba2f1c590e89c15748e49173..d01059fe17ce7fee6816b7ee979441b4231e68ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkiconview.c (gtk_icon_view_class_init):
+       (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
+       docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
+
        * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
        (#316001, Guillaume Cottenceau)
 
index aa0e6eb5fe899faaba2f1c590e89c15748e49173..d01059fe17ce7fee6816b7ee979441b4231e68ba 100644 (file)
@@ -1,5 +1,9 @@
 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkiconview.c (gtk_icon_view_class_init):
+       (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
+       docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
+
        * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
        (#316001, Guillaume Cottenceau)
 
index 28cacfdf6100859d3ec19a8dc30688848cd5c25a..0ffb62bc8905827df4ee9067968a0bbd50bfdd9f 100644 (file)
@@ -697,7 +697,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                                      GTK_PARAM_READWRITE));
 
   /**
-   * GtkIconView:orientation:
+   * GtkIconView:reorderable:
    *
    * The reorderable property specifies if the items can be reordered
    * by DND.
@@ -6576,7 +6576,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView              *icon_view,
  * @icon_view: a #GtkIconView
  * @drag_x: the position to determine the destination item for
  * @drag_y: the position to determine the destination item for
- * @path: Return location for the path of the highlighted item, or %NULL.
+ * @path: Return location for the path of the item, or %NULL.
  * @pos: Return location for the drop position, or %NULL
  * 
  * Determines the destination item for a given position.